const internal/runtime/maps.maxTableCapacity
9 uses
internal/runtime/maps (current package)
map.go#L289: dirSize := (uint64(targetCapacity) + maxTableCapacity - 1) / maxTableCapacity
map.go#L296: groups, overflow := math.MulUintptr(uintptr(dirSize), maxTableCapacity)
table.go#L20: const maxTableCapacity = 1024
table.go#L24: var _ = uint16(maxTableCapacity)
table.go#L84: if capacity > maxTableCapacity {
table.go#L1026: if newCapacity <= maxTableCapacity {
table.go#L1048: left := newTable(typ, maxTableCapacity, -1, localDepth)
table.go#L1049: right := newTable(typ, maxTableCapacity, -1, localDepth)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)